home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / src / CmdListSrc.lha / CommandList / DMakefile < prev    next >
Encoding:
Makefile  |  1996-09-11  |  298 b   |  8 lines

  1. dummy: CommandList
  2.  
  3. CommandList_locale.h : CommandList.ct CommandList.cd
  4.    CatComp CommandList.cd CommandList.ct CATALOG CommandList.catalog CFILE CommandList_locale.h
  5.  
  6. CommandList : CommandList_locale.h CommandList.c
  7.    dcc CommandList.c dlib:real30.lib wb2cli.o altclass.o -proto -o CommandList
  8.